home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 March / PCWorld_2007-03_cd.bin / temacd / htmlwap / Html-Wap editor 2007 verze 3.04.exe / res / ua.css < prev    next >
Cascading Style Sheet File  |  2006-01-22  |  5KB  |  213 lines

  1. /* ***** BEGIN LICENSE BLOCK *****
  2.  * Version: NPL 1.1/GPL 2.0/LGPL 2.1
  3.  *
  4.  * The contents of this file are subject to the Netscape Public License
  5.  * Version 1.1 (the "License"); you may not use this file except in
  6.  * compliance with the License. You may obtain a copy of the License at
  7.  * http://www.mozilla.org/NPL/
  8.  *
  9.  * Software distributed under the License is distributed on an "AS IS" basis,
  10.  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
  11.  * for the specific language governing rights and limitations under the
  12.  * License.
  13.  *
  14.  * The Original Code is mozilla.org code.
  15.  *
  16.  * The Initial Developer of the Original Code is 
  17.  * Netscape Communications Corporation.
  18.  * Portions created by the Initial Developer are Copyright (C) 1998
  19.  * the Initial Developer. All Rights Reserved.
  20.  *
  21.  * Contributor(s):
  22.  *
  23.  * Alternatively, the contents of this file may be used under the terms of
  24.  * either the GNU General Public License Version 2 or later (the "GPL"), or 
  25.  * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
  26.  * in which case the provisions of the GPL or the LGPL are applicable instead
  27.  * of those above. If you wish to allow use of your version of this file only
  28.  * under the terms of either the GPL or the LGPL, and not to allow others to
  29.  * use your version of this file under the terms of the NPL, indicate your
  30.  * decision by deleting the provisions above and replace them with the notice
  31.  * and other provisions required by the GPL or the LGPL. If you do not delete
  32.  * the provisions above, a recipient may use your version of this file under
  33.  * the terms of any one of the NPL, the GPL or the LGPL.
  34.  *
  35.  * ***** END LICENSE BLOCK ***** */
  36.  
  37. @import url(resource://gre/res/html.css);
  38. @import url(chrome://global/content/xul.css);
  39. @import url(resource://gre/res/quirk.css);
  40.  
  41. @namespace parsererror url(http://www.mozilla.org/newlayout/xml/parsererror.xml);
  42.  
  43. /* magic -- some of these rules are important to keep pages from overriding
  44.             them
  45. */
  46.  
  47. /* Tables */
  48.  
  49. *|*::-moz-table {
  50.   display: table !important;
  51.   -moz-box-sizing: border-box; /* XXX do we really want this? */
  52. }
  53.  
  54. *|*::-moz-table-outer {
  55.   display: table !important;
  56.   margin: 0;
  57.   padding: 0;
  58.   float: inherit;
  59.   clear: inherit;
  60.   position: inherit;
  61.   top: inherit;
  62.   right: inherit;
  63.   bottom: inherit;
  64.   left: inherit;
  65.   z-index: inherit;
  66.   clip: inherit;
  67.   /* background and border should be inherited so that computed style
  68.    * (which uses the outer frame) will get the right values for these
  69.    * properties.  Since the outer frame does not paint, inheriting
  70.    * these is OK.
  71.    */
  72.   background: inherit;
  73.   border: inherit;
  74.   -moz-opacity: inherit;
  75.   page-break-before: inherit;
  76.   page-break-after: inherit;
  77. }
  78.  
  79. *|*::-moz-table-row {
  80.   display: table-row !important;
  81. }
  82.  
  83. /* The ::-moz-table-column pseudo-element is for extra columns at the end 
  84.    of a table. */
  85. *|*::-moz-table-column {
  86.   display: table-column !important;
  87. }
  88.  
  89. *|*::-moz-table-column-group {
  90.   display: table-column-group !important;
  91. }
  92.  
  93. *|*::-moz-table-row-group {
  94.   display: table-row-group !important;
  95. }
  96.  
  97. *|*::-moz-table-cell {
  98.   display: table-cell !important;
  99.   white-space: inherit;
  100. }
  101.  
  102. /* Lists */
  103.  
  104. *|*::-moz-list-bullet, *|*::-moz-list-number {
  105.   display: inline;
  106.   vertical-align: baseline;
  107.   -moz-margin-end: 8px;
  108. }
  109.  
  110. /* Links */
  111.  
  112. *|*:-moz-any-link {
  113.   cursor: pointer;
  114.   -moz-user-focus: normal;
  115. }
  116.  
  117. *|*:-moz-any-link:focus {
  118.   -moz-outline: 1px dotted invert;
  119. }
  120.  
  121. /* Miscellaneous */
  122.  
  123. *|*::-moz-anonymous-block, *|*::-moz-cell-content {
  124.   display: block !important;
  125. }
  126.  
  127. *|*::-moz-viewport, *|*::-moz-viewport-scroll, *|*::-moz-canvas {
  128.   display: block !important;
  129.   background-color: inherit;
  130. }
  131.  
  132. *|*::-moz-viewport-scroll {
  133.   overflow: auto;
  134. }
  135.  
  136. *|*::-moz-scrolled-content { 
  137.   /* e.g., text inputs, select boxes */
  138.   padding: inherit;
  139.   display: inherit;
  140.   -moz-box-orient: inherit;
  141.   -moz-counter-reset: inherit;
  142. }
  143.  
  144. *|*::-moz-page, *|*::-moz-page-sequence {
  145.   display: block !important;
  146.   background: transparent;
  147. }
  148.  
  149. *|*::-moz-pagecontent {
  150.   display: block !important;
  151. }
  152.  
  153. *|*::-moz-pagebreak {
  154.   display: -moz-page-break !important;
  155. }
  156.  
  157. *|*::-moz-anonymous-positioned-block {
  158.   display: block !important;
  159.   position: relative;
  160.   top: inherit; 
  161.   left: inherit;
  162.   bottom: inherit;
  163.   right: inherit;
  164.   z-index: inherit;
  165.   clip: inherit;
  166.   -moz-opacity: inherit;
  167. }
  168.  
  169. /* Printing */
  170.  
  171. @media print {
  172.  
  173.   * {
  174.     cursor: default !important;
  175.   }
  176.  
  177.   *|*::-moz-viewport, *|*::-moz-viewport-scroll, *|*::-moz-canvas {
  178.     background-color: #737373 !important;
  179.   }
  180.  
  181.   *|*:-moz-any-link {
  182.     -moz-user-focus: none !important;
  183.   }
  184.  
  185. }
  186.  
  187. /* XML parse error reporting */
  188.  
  189. parsererror|parsererror {
  190.   display: block;
  191.   font-family: sans-serif;
  192.   font-weight: bold;
  193.   white-space: pre;
  194.   margin: 1em;
  195.   padding: 1em;
  196.   border-width: thin;
  197.   border-style: inset;
  198.   border-color: red;
  199.   font-size: 14pt;
  200.   background-color: lightyellow;
  201. }
  202.  
  203. parsererror|sourcetext {
  204.   display: block;
  205.   white-space: pre;
  206.   font-family: -moz-fixed;
  207.   margin-top: 2em;
  208.   margin-bottom: 1em;
  209.   color: red;
  210.   font-weight: bold;
  211.   font-size: 12pt;
  212. }
  213.